SAM
- Serverless Application Model
- Framework for developing and deploying serverless applications
- All config is in the
YAMLformal - Lambda function
- DynamoDB table
- API Gateway
- Cognito User Pool
SAMhelp to run followings locally- API Gateway
- DynamoDB Table
SAMhelp to integrateCode Deploy, soLambda Functionscan deploy easily- Allow test the
Lambda functionlocally - Can invoke
functionandeventslocally SAM Templatescan be used to test the app through before deploy-
Using
SAM Built In Code Deploy, application can be deployed to the cloud